home *** CD-ROM | disk | FTP | other *** search
/ BigMax 6 / BigMax nº 6 [rebuilt].iso / DEMOS / PINKDEMO / PTPDEMO.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1997-03-06  |  296 b   |  11 lines

  1. on animateintrostuff
  2.   global Pinkspeech, whichframe, AnimeTrack1, AnimeTrack2, speechstarted, SoundTrack
  3.   if speechstarted = 1 then
  4.     puppetSound(SoundTrack - 1, member getaProp(Pinkspeech, whichframe))
  5.   end if
  6.   case whichframe of
  7.     2, 5, 105, 126:
  8.       showAnimeTracks()
  9.   end case
  10. end
  11.